home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-05-07  |  1KB  |  30 lines

  1. Echo Off
  2. Cls
  3. Echo Installing the Hard Disk Version of GANTT-PAC
  4. Echo The GANTT2 diskette must be in the DOS selected default diskette drive.
  5. Echo All the files from this diskette will be placed on the C: disk in a
  6. Echo directory named "C:\Packages\GanttPac". Nothing else will be modified.
  7. Echo If you disaprove use "Ctl Break" to terminate this install.
  8. Pause
  9. CD C:\
  10. MD C:Packages >Nul
  11. CD C:Packages
  12. MD C:GanttPac >Nul
  13. CD C:GanttPac
  14. Echo ------------------------------------------------------------------------
  15. If Exist Gantt2.Exe GoTo Install2
  16. Echo The GANTT2 diskette is not in the selected drive.
  17. Echo Please change the DOS default drive so that it is equal
  18. Echo to the one with this diskette. (A: or B:)
  19. Echo Then Enter the install command again.
  20. Goto Exit
  21. :Install2
  22. Echo The following files are being copied to "C:\Packages\GanttPac".
  23. Echo ------------------------------------------------------------------------
  24. Copy *.* C:\Packages\GanttPac\*.*
  25. Echo ------------------------------------------------------------------------
  26. C:
  27. CD\Packages\GanttPac
  28. Install2
  29. :Exit
  30.